home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / v12n06.zip / OUTFON.ZIP / OUTFONTS.MAK < prev    next >
Text File  |  1992-10-03  |  353b  |  14 lines

  1. #------------------------
  2. # OUTFONTS.MAK make file
  3. #------------------------
  4.  
  5. outfonts.exe : outfonts.obj outfonts.def outfonts.res
  6.      link386 /BASE:0x10000 outfonts,, NUL,, outfonts
  7.      rc outfonts.res
  8.  
  9. outfonts.obj : outfonts.c outfonts.h
  10.      icc -C -Kbcpr -Ss outfonts.c
  11.  
  12. outfonts.res : outfonts.rc outfonts.h
  13.      rc -r outfonts.rc
  14.